.GridGeneral {
	border-style:solid;
	border-width: 1px;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px
}

.PanelGridViewContainer
{
	height: 300px;	
	width: 290px;	
}
.LookupBackground {
	position:absolute;
	height: 99%;
	width: 339px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	filter:alpha(opacity=50); 
	opacity:0.5;
	background-color:#A5A5A5; 
	/*z-index:1000; */
}

.LookupContainer
{
	position: absolute;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	top: 200px;
	left: 400px;
	width: 390px;
	height: 360px;
	z-index: 1001;
	background-color: #E6E6E6;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
	/*padding: 20px;*/
	border-right: #cccccc 1px ridge;
	border-top: #cccccc 1px ridge;
	border-left: #cccccc 1px ridge;
	border-bottom: #cccccc 1px ridge;
}

.LookupPagerButton 
{
    vertical-align: -3px;
}

.Hidden
{
	display:none;
}


.shadow
{
	width: 390px;
	padding:10px;
	filter:shadow(color:gray,strength:10, direction:135);
	position: absolute;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
}



.shadow2
{
	text-align:left;
	/*padding:10px;*/
	background-color:gold;
	border:1px solid black;
	font-size:12px;
}

